Masterarbeit v0.6.2

Docs

Endpoint: /analyze/image/screenshot/<id>

Returns an image caputuring the text fount in an image.

Request

URL

Method: GET /api/analyze/image/screenshot/<id>

Request Parameters

  • id: ID of the image text (required)

Request Body

no request body

Response

Response Elements

  • image: the image with the correct mime type

Examples

Request

GET /api/analyze/image/screenshot/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Content-type: application/json

Response

~ IMAGE DATA ~
Content-type: image/png